object MultiForm: TMultiForm Left = 160 Top = 110 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsSingle Caption = 'Multiplayer Launch' ClientHeight = 465 ClientWidth = 632 Color = clBlack Font.Color = 16512 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BackgroundImage: TImage Left = 0 Top = 0 Width = 640 Height = 480 AutoSize = True Picture.Data = {} end object RFSpriteControl2: TRFSpriteControl Left = 224 Top = 290 Width = 190 Height = 115 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False BackgroundImage = BackgroundImage Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\play' OnClick = RFSpriteControl2Click OnMouseDown = ButtonDown OnMouseUp = ButtonUp end object RFSpriteControl3: TRFSpriteControl Left = 262 Top = 406 Width = 113 Height = 62 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False BackgroundImage = BackgroundImage Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\back' OnClick = RFSpriteControl3Click OnMouseDown = ButtonDown OnMouseUp = ButtonUp end object ServerSC: TRFSpriteControl Left = 27 Top = 330 Width = 178 Height = 30 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False BackgroundImage = BackgroundImage Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\server' OnMouseDown = ServerSCMouseDown end object ClientSC: TRFSpriteControl Left = 27 Top = 364 Width = 178 Height = 30 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False BackgroundImage = BackgroundImage Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\client' OnMouseDown = ClientSCMouseDown end object PowersSC: TRFSpriteControl Left = 27 Top = 398 Width = 178 Height = 30 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False BackgroundImage = BackgroundImage Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\powers' OnMouseDown = PowersSCMouseDown end object WeaponsSC: TRFSpriteControl Left = 27 Top = 432 Width = 178 Height = 30 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False BackgroundImage = BackgroundImage Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\weapons' OnMouseDown = WeaponsSCMouseDown end object RFSpriteControl8: TRFSpriteControl Left = 544 Top = 144 Width = 41 Height = 57 AutoSize = False ImageIndex = 0 CycleInterval = 50 AnimationActive = False Offset.X = 0 Offset.Y = 0 OnMouseDown = RFSpriteControl8MouseDown end object RFSpriteControl1: TRFSpriteControl Left = 56 Top = 144 Width = 41 Height = 57 AutoSize = False ImageIndex = 0 CycleInterval = 50 AnimationActive = False Offset.X = 0 Offset.Y = 0 OnMouseDown = RFSpriteControl1MouseDown end object CharImage: TImage Left = 135 Top = 75 Width = 371 Height = 190 end object BrowseSC: TRFSpriteControl Left = 460 Top = 432 Width = 122 Height = 30 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False BackgroundImage = BackgroundImage Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\browse' OnClick = BrowseSCClick OnMouseDown = ButtonDown OnMouseUp = ButtonUp end object MapPanel: TPanel Left = 442 Top = 315 Width = 157 Height = 116 BevelOuter = bvNone Caption = '(Selected by Server)' Color = clBlack Font.Color = 16512 Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False TabOrder = 0 object MapLbl: TRzLabel Left = 6 Top = 82 Width = 139 Height = 27 Alignment = taCenter AutoSize = False Color = clBlack ParentColor = False Visible = False Caption = 'START' Font.Color = 12384 Font.Height = 26 Font.Name = 'Times New Roman' Font.Style = [fsBold] ShadowColor = 64 ShadowDepth = 4 TextStyle = tsRaised end object MapLB: TListBox Left = 6 Top = 4 Width = 166 Height = 73 BorderStyle = bsNone Color = clBlack Columns = 3 Ctl3D = True Font.Color = 16512 Font.Height = 14 Font.Name = 'Arial' Font.Style = [fsBold] ItemHeight = 14 Items.Strings = ( 'START' 'XDM1' 'X1M1') ParentCtl3D = False ParentFont = False TabOrder = 0 Visible = False OnClick = MapLBClick end end object CharLB: TListBox Left = 144 Top = 80 Width = 89 Height = 105 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'wolvie' 'cyclops' 'gambit' 'rogue' 'storm' 'psylocke' 'angel' 'beast' 'iceman' 'bishop' 'cannonb' 'phoenix') ParentFont = False TabOrder = 1 Visible = False end object OpenDialog: TOpenDialog DefaultExt = '.bsp' FileEditStyle = fsEdit Filter = 'Quake Maps|*.bsp' Options = [ofReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofNoLongNames] Left = 32 Top = 72 end object AnimateTimer: TTimer Interval = 50 OnTimer = AnimateTimerTimer Left = 464 Top = 80 end end